home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / python / python-1.000 / python-1 / usr / local / lib / python / ntpath.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  1995-05-29  |  7.8 KB  |  72 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 1.1)
  3.  
  4. import os
  5. import stat
  6. import string
  7. mapchar = '_'
  8.  
  9. def normcase():
  10. <CODE> normcase
  11.  
  12. def isabs():
  13. <CODE> isabs
  14.  
  15. def join():
  16. <CODE> join
  17.  
  18. def splitdrive():
  19. <CODE> splitdrive
  20.  
  21. def split():
  22. <CODE> split
  23.  
  24. def splitext():
  25. <CODE> splitext
  26.  
  27. def basename():
  28. <CODE> basename
  29.  
  30. def dirname():
  31. <CODE> dirname
  32.  
  33. def commonprefix():
  34. <CODE> commonprefix
  35.  
  36. def islink():
  37. <CODE> islink
  38.  
  39. def exists():
  40. <CODE> exists
  41.  
  42. def isdir():
  43. <CODE> isdir
  44.  
  45. def isfile():
  46. <CODE> isfile
  47.  
  48. def samefile():
  49. <CODE> samefile
  50.  
  51. def sameopenfile():
  52. <CODE> sameopenfile
  53.  
  54. def samestat():
  55. <CODE> samestat
  56.  
  57. def ismount():
  58. <CODE> ismount
  59.  
  60. def walk():
  61. <CODE> walk
  62.  
  63. def expanduser():
  64. <CODE> expanduser
  65. varchars = string.letters + string.digits + '_-'
  66.  
  67. def expandvars():
  68. <CODE> expandvars
  69.  
  70. def normpath():
  71. <CODE> normpath
  72.